←Select platform

Start(string[]) Method

Summary

Starts the service with the specified arguments.

Syntax

C#
VB
C++
public void Start( 
   string[] args 
) 
  
Public Overloads Sub Start( _ 
   ByVal args() As String _ 
)  
public: 
void Start(  
   array<String^>^ args 
)  

Parameters

args
The arguments to pass to the service.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly